Skip to content

查询代金券可用单品

通过此接口可查询批次的可用商品编码,判断券是否可用于某些商品,来决定是否展示。 官方文档

js
wxpay
.
v3
.
marketing
.
favor
.
stocks
.
_stock_id_
.
items
.
get
({
stock_id
,
params
,
}) .
then
(
({
data
: {
total_count
,
data
,
offset
,
limit
,
stock_id
,
}, }) => ({
total_count
,
data
,
offset
,
limit
,
stock_id
,
}) )

Released under the MIT License. (SITEMAP)